home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / angry / shared.cst / 00007_Script_loopforever end frame script < prev    next >
Text File  |  1999-03-01  |  228b  |  13 lines

  1. on exitFrame
  2.   go to frame "frameLoop"
  3. end exitFrame
  4.  
  5.  
  6. on mouseDown 
  7.   repeat with i = 1 to 6
  8.     if soundBusy(i) then sound stop i
  9.   end repeat
  10.   cursor 200
  11.   go to frame "welcomeBack" of movie "main"
  12. end mouseDown
  13.